SetOuterHTMLRequest

data class SetOuterHTMLRequest(nodeId: NodeId, outerHTML: String)

Represents request frame that can be used with DOM#setOuterHTML operation call.

Sets node HTML markup, returns new node id.

See also

Constructors

SetOuterHTMLRequest
Link copied to clipboard
fun SetOuterHTMLRequest(nodeId: NodeId, outerHTML: String)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to set markup for.
outerHTML
Link copied to clipboard
val outerHTML: String
Outer HTML markup to set.

Sources

jvm source
Link copied to clipboard